projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16cf6ab
)
(sh-mode): as above. Use page-delimiter rather than literal "^L".
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 05:31:11 +0000
(
05:31
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Nov 1995 05:31:11 +0000
(
05:31
+0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index b9b2e152f6929e1e8425dfbe1ad66bae5ed7320a..819e4fd69f4eb7ba5161932179da610c9ddfc6b2 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-656,7
+656,7
@@
with your script for an edit-interpret-debug cycle."
(indent-rigidly b (point) sh-indentation)))
skeleton-end-hook (lambda ()
(or (eolp) (newline) (indent-relative)))
- paragraph-start "^$\\|^
\f
"
+! paragraph-start (concat page-delimiter "\\|$")
paragraph-separate paragraph-start
comment-start "# "
comint-dynamic-complete-functions sh-dynamic-complete-functions